﻿@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
/*  border: 0;*/
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif,PingFangSC-Regular;
}

 body {
 overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  /* line-height: 180%; */
  text-align: center;
  min-width: 1020px;
} 

div {
  margin: 0 auto;
  text-align: left;
}

li {
  text-align: left;
}
a{
  text-decoration: none;
}
a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

i {
  font-style: italic;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

/* footer */
/* link */
.link{
  width:100%;
  height:197px;
  background:#F3F8FB;
  margin-top:20px;
}
.y_link{
  width:1000px;
  height:197px;
  margin:0 auto;
}
.y_link p{
  font-size:22px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:#333;
  line-height:85px;
}
.y_link a{
  display: inline-block;
  padding: 5px 2px;
}
/* copy版权 */
.copy{
 width:100%;
 height:58px;
 background:#6A6D89;
 /* margin-top:30px; */
}  
.copy p{
 text-align: center;
font-size:16px;
font-family:PingFangSC-Regular;
font-weight:400;
color:#fff;
line-height:22px;
line-height: 58px;
}
.copy p a{
color:#fff;
padding:0 5px;
}
/* footer */
.footer{
 
display: none;
}
.newfooter {
  width:100%;
  height:172px;
  background:#8D91AA;
  text-align: center;
}
.newfooter .footer_cont{
width: 440px;
width: 480px;
margin:51px auto;
}
.newfooter img{
float: left;
}
.newfooter span{
display: inline-block;
font-size:12px;
font-family:PingFangSC-Regular;
font-weight:400;
color:#fff;
line-height:19px;
text-align: left;
margin-top:10px;

}
/* 下拉框 */
@media screen and (min-width: 1920px) {
  .academy-organizations-hiddenframe{ left: 975px } 
  .xueshu_qikan_hiddenframe{  right:440px } 
   
 } 
@media screen and (max-width: 1600px) {
   .academy-organizations-hiddenframe{ left: 818px } 
   .xueshu_qikan_hiddenframe{  right:288px } 
  } 
 
@media screen and (max-width:  1440px) { 
  .academy-organizations-hiddenframe{ left: 735px } 
  .xueshu_qikan_hiddenframe{  right:200px} 
 }     
@media screen and (max-width: 1366px) {  
  .academy-organizations-hiddenframe{ left: 672px } 
  .xueshu_qikan_hiddenframe{  right:165px } 
 } 
@media screen and (max-width: 1280px) { 
   .academy-organizations-hiddenframe{ left: 655px} 
   .xueshu_qikan_hiddenframe{  right:128px } 

  } 
  /* 各专题的导航 */
  .nav_ul .ifrBox>p{
    float: left;
    width: 37px;
    height: 52px;
    font-size: 22px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 26px;
    border-right: 1px solid #fff;
    margin-top:20px;
    margin-left:10px;
  }
  .nav_ul .ifrBox>p a{color:#fff}
    .nav_ul .ifrBox .nav_li{float:right}
    .con .ifrBox .nav_li a {
      padding-left: 14px;
      padding-right: 14px;
    }
    .con .ifrBox .nav_li{width:956px;}
  
    /* 分享icon */
    .f_icon{width:195px !important;}

	/* 稿件页table */
	.tborder,.tborder tr th, .tborder tr td{ border: 1px solid #000;}
	.tborder tr th, .tborder tr td{ padding: 10px;}
    .tborder p,.article-content .tborder p{ text-indent: 0;}

    /*通用稿件2019.8.22 */
    .art_text hr{height:2px;background:#ccc}
